Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.7.0 #308

Merged
merged 10 commits into from
Nov 22, 2023
Merged

Release 1.7.0 #308

merged 10 commits into from
Nov 22, 2023

Conversation

zigaLuksic
Copy link
Collaborator

No description provided.

mlubej and others added 10 commits November 7, 2023 16:16
* use trigger API to build internal docker instead

* fix github action

---------

Co-authored-by: Matic Lubej <[email protected]>
…#298)

* add option to pass full resources

* add dot in docstring

* forgot about type style restrictions

* forgot to add factory
* update pre-commit

* remoe some redundant ignores
* adjust core functions

* adjust implementations

* remove redundant functionality

* update tests to work again

* rename parameter

* Update eogrow/core/pipeline.py

Co-authored-by: Matic Lubej <[email protected]>

* enable debug mode

* Update eogrow/pipelines/merge_samples.py

Co-authored-by: Matic Lubej <[email protected]>

* Update eogrow/core/schemas.py

Co-authored-by: Matic Lubej <[email protected]>

* some minor polish

* satisfy mypy

---------

Co-authored-by: Matic Lubej <[email protected]>
* reduce the amount of download tests in the suite

* adjust threads parameter
* change config collection API

* separate pipeline chain execution

* add remote execution capabilities

* move file

* make mypy happy

* Update eogrow/utils/pipeline_chain.py

Co-authored-by: Matic Lubej <[email protected]>

* rename parameters

* streamline names

* add simple tests for pipeline chain

* reenable test suite (hopefully)

* update docs

* add default description to docs

---------

Co-authored-by: Matic Lubej <[email protected]>
* adjust docstrings a bit

* replace value errors with type errors where appropriate

* remove TestPipeline

* switch import format in a file

* clean up tests

* remove outdated example
* increase version and add changelog

* update pre-commit

* add more docs

* Update docs/source/common-configuration-patterns.md

Co-authored-by: Matic Lubej <[email protected]>

---------

Co-authored-by: Matic Lubej <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (a654318) 82.65% compared to head (1d1b9ff) 79.64%.
Report is 1 commits behind head on main.

Files Patch % Lines
eogrow/cli.py 29.16% 17 Missing ⚠️
eogrow/core/config.py 68.75% 5 Missing ⚠️
eogrow/core/pipeline.py 83.33% 2 Missing ⚠️
eogrow/pipelines/export_maps.py 0.00% 1 Missing ⚠️
eogrow/pipelines/sampling.py 75.00% 1 Missing ⚠️
eogrow/tasks/prediction.py 66.66% 1 Missing ⚠️
eogrow/utils/pipeline_chain.py 96.15% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #308      +/-   ##
==========================================
- Coverage   82.65%   79.64%   -3.01%     
==========================================
  Files          48       49       +1     
  Lines        3741     3704      -37     
==========================================
- Hits         3092     2950     -142     
- Misses        649      754     +105     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zigaLuksic zigaLuksic merged commit 1411aab into main Nov 22, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants